ASP.NET Community Standup - ASP.NET Core Route Tooling Enhancements in .NET 8
ASP.NET Core is built on routing. Minimal APIs, Web APIs, Razor Pages, and Blazor all use routes to ...View More
.NET 7 Update: Nullable Models in MVC in 10 Minutes or Less
In .NET 7, we can now have nullable page models and view models in Razor Pages and MVC. Let's see it ...View More
C# Mastercourse Launch (with 3 HUGE bonus courses)!
The C# Mastercourse is the evolution of the Foundation in C#. It provides the complete, modern learn ...View More
How To Create a Progressive Web App with Blazor WebAssembly
Did you know that Blazor WebAssembly has offline support? That you can turn your web application int ...View More
ASP NET Core view components
View Components in ASP.NET Core with Example. Text version of the video ...
Partial views in asp net core
Patial view has a .cshtml extension. It enables code reuse. Encapsulates HTML and C# code that can b ...View More
Layout view in razor pages project
The common sections of a web application like Header, Footer and Navigation menu are defined in the ...View More
ASP NET Core razor pages introduction
Build web applications using ASP.NET core Razor Pages. If you are a foodie like me, I am sure you wi ...View More